Battery and Charging management updates and vehicleScaling fix.#271
Merged
Battery and Charging management updates and vehicleScaling fix.#271
Conversation
-LocalBalancing to deal with multiple vehicles on one GC -VehicleScaling code cleanup in J_EAEV -Some zero-checks.
J_EAEV now extends J_EAStorageElectric J_ChargingManagementLocalBalancing is tested with RES-model, performs quite well at reducing peak grid loads.
…in J_EAEV, and fixed incorrect call to ev.capacityElectric_kW in triptracker. Full tripTracker refactor will be another pullrequest. J_EAEV now doesn't extend J_EAStorageElectric. (one change at a time...)
Collaborator
|
De code kan nog wel wat opschoning gebruiken voor het naar de main gaat imo. Ook meende ik dat Gillis zei dat het nog wat beter getest moest worden. |
- removed redundant code copied over from the vehicle management - removed the target (type)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
J_ChargingManagementLocalBalance now 'scales' with number of active charging sessions on a GC.
Fixed errors in J_EAEV and tripTracker, where vehicleScaling was not properly accounted for, leading to incorrect chargeDeadlines.
Added J_BatteryManagementLocalBalancing, similar strategy to J_ChargingManagementLocalBalance; compensates deviation from recent-average GC-load. (difference with J_BatteryManagementPeakShaving, is that PeakShaving is only activated when gridConnection capacity would be exceeded)